home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / ssl_c1 / raw_nl_c.lzh / README.1ST < prev   
Text File  |  1995-04-02  |  2KB  |  61 lines

  1. Last change: 2.4.95
  2. Version 0.02
  3.  
  4. Proposal for a new Nodelist-Compiler   (c) St.Slabihoud
  5. =======================================================
  6.  
  7. 1.Why do we need a new nodelist compiler?
  8.  
  9.   When you use BTNC to compile an 1.2 mb nodelist you will get
  10.   an aprox. 2 mb (binary styled) nodelist file. So you need
  11.   aprox. 3.2 mb for both nodelists ;-(
  12.  
  13. 2.What do you propose?
  14.  
  15.   I propose to use an index file to access the raw (uncompiled) nodelist.
  16.  
  17. 3.How much hd space does it use?
  18.  
  19.   The index file for an 1.2 mb nodelist only needs 300 kb!
  20.  
  21. 4.Does is work with multiple nodelists?
  22.  
  23.   Yes, of course!
  24.   I have included two demonstration programs:
  25.     MKRAWIDX and GETRAWNL
  26.   
  27.   Example:
  28.   If you want to create an index file for the Fido AND NeST-Nodelist
  29.   create following configfile for MKRAWIDX:
  30.  
  31.   MKRAWIDX.CFG:
  32.     NODELIST fidonet.org D:\NL\NODELIST.069
  33.     NODELIST nest.ftn    D:\NL\NEST.069
  34.   
  35.   It is also possible to include 3d pointlists:
  36.     POINTLIST fidonet.org D:\NL\POINTS24.069 2
  37.   
  38.   This will create an index file called NODELIST.RDX (Raw-Index).
  39.   
  40.  
  41.   The syntax is:
  42.     NODELIST <domain> <filename>
  43.     POINTLIST <domain> <filename> [<zone>]
  44.  
  45.  
  46.   To search an address call GETRAWNL. This program asks for the address
  47.   you want to search. To quit press return without entering anything.
  48.  
  49. Note: This program does NOT check if your config is correct nor if
  50.       the files are existing. So be carefull.
  51.  
  52.  
  53. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. Realname: Stephan Slabihoud                    AVALON & LED Headquarter
  55.    email: FidoNet  2:2446/110.6            BinkleyTerm-ST CoHeadquarter
  56.           AtariNet 51:601/7.6
  57.           NeST     90:400/410, 90:400/404.6
  58.           Internet slabbi@kali.rhein-ruhr.de
  59.           Internet slabih00@marvin.informatik.uni-dortmund.de
  60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61.